Floor and ceiling functions
In mathematics and computer science, the floor and ceiling functions map a real number to the largest previous or the smallest following integer, respectively. More precisely, floor(x) = is the largest integer not greater than x and ceiling(x) = is the smallest integer not less than x.[1]
Contents |
Carl Friedrich Gauss introduced the square bracket notation [x] for the floor function in his third proof of quadratic reciprocity (1808).[2] This remained the standard[3] in mathematics until Kenneth E. Iverson introduced the names "floor" and "ceiling" and the corresponding notations x and x in his 1962 book A Programming Language.[4][5] Both notations are now used in mathematics; this article follows Iverson.[6]
The floor function is also called the greatest integer or entier (French for "integer") function, and its value at x is called the integral part or integer part of x; for negative values of x the latter terms are sometimes instead taken to be the value of the ceiling function, i.e., the value of x rounded to an integer towards 0. The language APL (programming language) uses ⌊x
; other computer languages commonly use notations like entier(x)
(Algol), INT(x)
(BASIC), or floor(x)
(C, C++, R, and Python).[7] In mathematics, it can also be written with boldface or double brackets .[8]
The ceiling function is usually denoted by ceil(x)
or ceiling(x)
in non-APL computer languages that have a notation for this function. The J Programming Language, a follow on to APL that is designed to use standard keyboard symbols, uses >. for ceiling and <. for floor.[9] In mathematics, there is another notation with reversed boldface or double brackets or just using normal reversed brackets ]x[.[10]
The fractional part sawtooth function, denoted by for real x, is defined by the formula[11]
For all x,
Sample value x | Floor | Ceiling | Fractional part |
---|---|---|---|
12/5 = 2.4 | 2 | 3 | 2/5 = 0.4 |
2.7 | 2 | 3 | 0.7 |
−2.7 | −3 | −2 | 0.3 |
−2 | −2 | −2 | 0 |
In the following formulas, x and y are real numbers, k, m, and n are integers, and is the set of integers (positive, negative, and zero).
Floor and ceiling may be defined by the set equations
Since there is exactly one integer in a half-open interval of length one, for any real x there are unique integers m and n satisfying
Then and may also be taken as the definition of floor and ceiling.
These formulas can be used to simplify expressions involving floors and ceilings.[12]
In the language of order theory, the floor function is a residuated mapping, that is, part of a Galois connection: it is the upper adjoint of the function that embeds the integers into the reals.
These formulas show how adding integers to the arguments affect the functions:
The above are not necessarily true if n is not an integer; however:
It is clear from the definitions that
In fact, since for integers n:
Negating the argument switches floor and ceiling and changes the sign:
Negating the argument complements the fractional part:
The floor, ceiling, and fractional part functions are idempotent:
The result of nested floor or ceiling functions is the innermost function:
For fixed y, x mod y is idempotent:
Also, from the definitions,
If m and n are integers and n ≠ 0,
If n is positive[13]
If m is positive[14]
For m = 2 these imply
More generally,[15] for positive m (See Hermite's identity)
The following can be used to convert floors to ceilings and vice-versa (m positive)[16]
If m and n are positive and coprime, then
Since the right-hand side is symmetrical in m and n, this implies that
More generally, if m and n are positive,
This is sometimes called a reciprocity law.[17]
For positive integers m,n, and arbitrary real number x:
None of the functions discussed in this article are continuous, but all are piecewise linear. and are piecewise constant functions, with discontinuites at the integers. also has discontinuites at the integers, and as a function of x for fixed y is discontinuous at multiples of y.
is upper semi-continuous and and are lower semi-continuous. x mod y is lower semicontinuous for positive y and upper semi-continuous for negative y.
Since none of the functions discussed in this article are continuous, none of them have a power series expansion. Since floor and ceiling are not periodic, they do not have Fourier series expansions.
x mod y for fixed y has the Fourier series expansion[18]
in particular {x} = x mod 1 is given by
At points of discontinuity, a Fourier series converges to a value that is the average of its limits on the left and the right, unlike the floor, ceiling and fractional part functions: for y fixed and x a multiple of y the Fourier series given converges to y/2, rather than to x mod y = 0. At points of continuity the series converges to the true value.
Using the formula {x} = x − floor(x), floor(x) = x − {x} gives
The mod operator, denoted by x mod y for real x and y, y ≠ 0, is defined by the formula
x mod y is always between 0 and y; i.e.
if y is positive,
and if y is negative,
If x is an integer and y is a positive integer,
x mod y for a fixed y is a sawtooth function.
Gauss's third proof of quadratic reciprocity, as modified by Eisenstein, has two basic steps.[19][20]
Let p and q be distinct positive odd prime numbers, and let
First, Gauss's lemma is used to show that the Legendre symbols are given by
and
The second step is to use a geometric argument to show that
Combining these formulas gives quadratic reciprocity in the form
There are formulas that use floor to express the quadratic character of small numbers mod odd primes p:[21]
The ordinary rounding of the positive number x to the nearest integer can be expressed as The ordinary rounding of the negative number x to the nearest integer can be expressed as
The truncation of a nonnegative number is given by The truncation of a nonpositive number is given by .
The truncation of any real number can be given by: , where sgn(x) is the sign function.
The number of digits in base b of a positive integer k is
with the right side of the equation also holding true for .
Let n be a positive integer and p a positive prime number. The exponent of the highest power of p that divides n! is given by the formula[22]
Note that this is a finite sum, since the floors are zero when pk > n.
The Beatty sequence shows how every positive irrational number gives rise to a partition of the natural numbers into two sequences via the floor function.[23]
There are formulas for Euler's constant γ = 0.57721 56649 ... that involve the floor and ceiling, e.g.[24]
and
The fractional part function also shows up in integral representations of the Riemann zeta function. It is straightforward to prove (using integration by parts)[25] that if φ(x) is any function with a continuous derivative in the closed interval [a, b],
Letting φ(n) = n−s for real part of s greater than 1 and letting a and b be integers, and letting b approach infinity gives
This formula is valid for all s with real part greater than −1, (except s = 1, where there is a pole) and combined with the Fourier expansion for {x} can be used to extend the zeta function to the entire complex plane and to prove its functional equation.[26]
For s = σ + i t in the critical strip (i.e. 0 < σ < 1),
In 1947 van der Pol used this representation to construct an analogue computer for finding roots of the zeta function.[27]
n is a prime if and only if[28]
Let r > 1 be an integer, pn be the nth prime, and define
Then[29]
There is a number θ = 1.3064... (Mill's constant) with the property that
are all prime.[30]
There is also a number ω = 1.9287800... with the property that
are all prime.[30]
π(x) is the number of primes less than or equal to x. It is a straightforward deduction from Wilson's theorem that[31]
Also, if n ≥ 2,[32]
None of the formulas in this section is of any practical use.
Ramanujan submitted this problem to the Journal of the Indian Mathematical Society.[33]
If n is a positive integer, prove that
(i)
(ii)
(iii)
The study of Waring's problem has led to an unsolved problem:
Are there any positive integers k, k ≥ 6, such that[34]
Mahler[35] has proved there can only be a finite number of such k; none are known.
Many programming languages (including C, C++,[36][37], PHP, and Python) provide standard functions for floor and ceiling.
Most spreadsheet programs support some form of a ceiling
function. Although the details differ between programs, most implementations support a second parameter—a multiple of which the given number is to be rounded to. For example, ceiling(2, 3)
rounds 2 up to the nearest multiple of 3, giving 3. The definition of what "round up" means, however, differs from program to program.
Until Excel 2010, Microsoft Excel's ceiling
function was incorrect for negative arguments; ceiling(-4.5) was -5. . This has followed through to the Office Open XML file format. The correct ceiling function can be implemented using "-INT(-value)
". Excel 2010 now follows the standard definition.[38]
The OpenDocument file format, as used by OpenOffice.org and others, follows the mathematical definition of ceiling for its ceiling
function, with an optional parameter for Excel compatibility. For example, CEILING(-4.5)
returns −4.
The floor and ceiling function are usually typeset with left and right square brackets where the upper (for floor function) or lower (for ceiling function) horizontal bars are missing, and, e.g., in the LaTeX typesetting system these symbols can be specified with the \lfloor, \rfloor, \lceil and \rceil commands in math mode. HTML 4.0 uses the same names: ⌊, ⌋, ⌈, and ⌉. Unicode contains codepoints for these symbols at U+2308
–U+230B
: ⌈x⌉, ⌊x⌋.
floor
function". http://cppreference.com/wiki/numeric/c/floor. Retrieved 5 December 2010.ceil
function". http://cppreference.com/wiki/numeric/c/ceil. Retrieved 5 December 2010.